pai-sklep/.editorconfig

12 lines
172 B
INI
Raw Normal View History

2021-09-05 02:22:17 +02:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
2021-11-24 11:34:46 +01:00
indent_style = tabs
2021-09-05 02:22:17 +02:00
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false