Commit ecf71bb4 authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

Update editorconfig

parent d5041715
root = true root = true
[*] [*]
indent_style = space indent_style = space
end_of_line = lf
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
charset = utf-8 charset = utf-8
[*.build] [*.{build,css,doap,scss,ui,xml,xml.in,xml.in.in,yaml,yml}]
indent_size = 2 indent_size = 2
[*.{json,py}] [*.{json,py,rs}]
indent_size = 4 indent_size = 4
[*.{c,h,h.in}]
indent_size = 2
max_line_length = 80
[NEWS]
indent_size = 2
max_line_length = 72
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment