openstamanager/.editorconfig

12 lines
142 B
INI
Raw Normal View History

root = true
[*]
charset = utf-8
2021-09-30 12:29:37 +02:00
end_of_line = lf
2021-07-30 18:38:43 +02:00
[*.md]
trim_trailing_whitespace = false
2021-09-30 12:50:04 +02:00
[*.{yml,yaml,js,jsx,eslintrc.js}]
2021-07-30 18:38:43 +02:00
indent_size = 2