simple-inventory-editor/.editorconfig
2025-03-01 18:28:10 -05:00

6 lines
158 B
INI

[*.{svg,js,ts,vue,html,css,scss,sass,json,txt,md,yaml,yml}]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8