style: move insert_final_newline out of global scope
Signed-off-by: ACh Sulfate <xenonhydride@gmail.com>
This commit is contained in:
@@ -2,11 +2,11 @@ root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
|
||||
[{*.java, *.kt,*.kts, *.cpp, *.c, *.cc, *.h}]
|
||||
tab_width = 4
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
max_line_length = 120
|
||||
|
||||
Reference in New Issue
Block a user