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