Files
katenary/.editorconfig

12 lines
134 B
INI
Raw Normal View History

2021-12-01 10:37:51 +01:00
root = true
[Makefile]
indent_style=tab
indent_size=4
2024-04-03 22:37:56 +02:00
[*.md]
trim_trailing_whitespace = false
indent_style = space
indent_size = 2