mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
14 lines
151 B
INI
14 lines
151 B
INI
#
|
|
# http://editorconfig.org
|
|
#
|
|
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|
|
|
|
[{*.yml,*.yaml}]
|
|
indent_size = 2
|