- adds global editorconfig (supports in intellij by default and with plugin in vscode) - fixes prettier config
10 lines
122 B
INI
10 lines
122 B
INI
[*]
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
indent_style = space
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.njk]
|
|
indent_style = tab
|