Files
semaphore/.editorconfig
2022-05-31 18:22:30 +02:00

14 lines
211 B
INI

#root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
indent_size = 4
[*.md]
trim_trailing_whitespace = false