gitmoji/.editorconfig
Carlos Cuesta f2a567de55
🔧 Add source files
Add workflow and sourcefiles to start building the website
2016-10-30 13:19:43 +01:00

13 lines
193 B
INI

# http://editorconfig.org
root = true
[*]
indent_style = tab
tab_width = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false