mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-16 17:07:36 +00:00
22 lines
296 B
INI
22 lines
296 B
INI
|
; https://editorconfig.org/
|
||
|
|
||
|
root = true
|
||
|
|
||
|
[*]
|
||
|
trim_trailing_whitespace = true
|
||
|
indent_style = space
|
||
|
indent_size = 2
|
||
|
|
||
|
[{Makefile,go.mod,go.sum,*.go}]
|
||
|
indent_style = tab
|
||
|
indent_size = 4
|
||
|
|
||
|
[*.md]
|
||
|
indent_size = 4
|
||
|
trim_trailing_whitespace = false
|
||
|
|
||
|
|
||
|
[{*.yml,*.yaml}]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|