mirror of
https://github.com/elementary/gala.git
synced 2024-11-05 01:42:08 +03:00
f5cc106188
From editorconfig.org: trim_trailing_whitespace: set to true to remove any whitespace characters preceding newline characters and false to ensure it doesn't.
17 lines
287 B
INI
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
|