14 lines
184 B
INI
14 lines
184 B
INI
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
insert_final_newline = true
|
|
|
|
[*.{ts,js,tsx,jsx,lua,html,yml,json}]
|
|
indent_size = 2
|
|
|
|
[*.go]
|
|
indent_style = tab
|
|
|
|
[Makefile]
|
|
indent_style = tab
|