mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
11 lines
121 B
INI
11 lines
121 B
INI
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.go]
|
|
indent_style = tab
|
|
indent_size = unset
|
|
|
|
[node_modules/**]
|
|
ignore = true
|