style: move insert_final_newline out of global scope

Signed-off-by: ACh Sulfate <xenonhydride@gmail.com>
This commit is contained in:
ACh Sulfate
2022-02-07 17:16:42 +08:00
parent c6d2159f53
commit 55e35a9462
2 changed files with 1 additions and 3 deletions

View File

@@ -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