gala/.editorconfig
José Expósito f5cc106188
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.
2021-08-06 13:52:43 +02:00

17 lines
287 B
INI

# EditorConfig <http://EditorConfig.org>
root = true
# elementary defaults
[*]
charset = utf-8
end_of_line = lf
indent_size = tab
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 80
tab_width = 4
[{*.xml,*.xml.in,*.yml}]
tab_width = 2