ntfy/.editorconfig
nimbleghost 4d40de58fc Use prettier to format other files
+ Add vscode settings to automatically use it.
2023-05-31 18:47:08 +02:00

6 lines
102 B
INI

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2