editorconfig: Place comments on a new line, as required by version >= 0.15.0
This commit is contained in:
committed by
Gabriel Ferreira
parent
0d8eaac1ba
commit
b1eed6a37f
@@ -10,10 +10,14 @@
|
|||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
end_of_line = lf # Unix-style newlines
|
# Unix-style newlines
|
||||||
charset = utf-8 # All files are in UTF-8
|
end_of_line = lf
|
||||||
insert_final_newline = true # All files end with a newline
|
# All files are in UTF-8
|
||||||
trim_trailing_whitespace = true # No trailing whitespaces
|
charset = utf-8
|
||||||
|
# All files end with a newline
|
||||||
|
insert_final_newline = true
|
||||||
|
# No trailing whitespaces
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[Makefile]
|
[Makefile]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|||||||
Reference in New Issue
Block a user