Skip to content

Latest commit

 

History

History
executable file
·
24 lines (20 loc) · 381 Bytes

README.md

File metadata and controls

executable file
·
24 lines (20 loc) · 381 Bytes

.editorconfig

Recommended .editorconfig settings for somehow.digital projects.


root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
indent_size = 2
indent_style = space
trim_trailing_whitespace = false

[*.{yaml,yml}]
indent_size = 2
indent_style = space