mirror of
https://github.com/elementary/gala.git
synced 2024-11-25 03:06:14 +01:00
editorconfig: Add trim_trailing_whitespace (#1193)
From editorconfig.org: trim_trailing_whitespace: set to true to remove any whitespace characters preceding newline characters and false to ensure it doesn't.
This commit is contained in:
parent
fd1018e0bd
commit
f5cc106188
@ -7,6 +7,7 @@ charset = utf-8
|
|||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
indent_size = tab
|
indent_size = tab
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
max_line_length = 80
|
max_line_length = 80
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user