krata/.editorconfig

20 lines
318 B
INI
Raw Permalink Normal View History

2020-11-23 15:09:26 +01:00
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
# Unix-style newlines with a newline ending every file
end_of_line = lf
insert_final_newline = true
2022-10-25 13:26:44 +02:00
2023-03-06 01:48:52 +01:00
[*.{js,css,scss}]
quote_type = single
[*.{yml,yaml}]
quote_type = double
[*.md]
trim_trailing_whitespace = false