dunamai-action/.editorconfig

11 lines
154 B
INI
Raw Normal View History

2020-07-10 20:43:29 -04:00
root = true
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.{json,md,yaml,yml}]
indent_size = 2