Skip to content
Snippets Groups Projects
Commit 0c1a2fe0 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

Add rules for final newline

parent a9c75b49
No related branches found
No related tags found
1 merge request!9Add .editorconfig
Pipeline #39032 passed
...@@ -5,7 +5,8 @@ charset = utf-8 ...@@ -5,7 +5,8 @@ charset = utf-8
end_of_line = lf end_of_line = lf
indent_size = 4 indent_size = 4
indent_style = space indent_style = space
insert_final_newline = false insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120 max_line_length = 120
tab_width = 4 tab_width = 4
ij_continuation_indent_size = 8 ij_continuation_indent_size = 8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment