Files
2025-02-22 23:35:46 +01:00

12 lines
177 B
INI

[*.{html,css,js,jsx,json}]
charset = utf-8
indent_style = tab
indent_size = 2
quote_type= single
[*.{go}]
charset = utf-8
indent_style = tab
indent_size = 2
quote_type= double