make UTF-8 and LF uppercase
This commit is contained in:
@@ -5,8 +5,8 @@ root = true
|
|||||||
# global settings, good/sane defaults for any file.
|
# global settings, good/sane defaults for any file.
|
||||||
# where we follow UNIX formatted plain text, and use tabs over spaces
|
# where we follow UNIX formatted plain text, and use tabs over spaces
|
||||||
[*]
|
[*]
|
||||||
charset = utf-8
|
charset = UTF-8
|
||||||
end_of_line = lf
|
end_of_line = LF
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|||||||
Reference in New Issue
Block a user