22 lines
314 B
INI
22 lines
314 B
INI
[*]
|
|
end_of_line = LF
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
insert_final_newline = true
|
|
|
|
[*.{ts,js,tsx,jsx,lua,yml,json}]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.go]
|
|
indent_style = tab
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
|
|
[meson.build]
|
|
indent_size = 2
|
|
|