mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
12 lines
177 B
INI
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
|