gitmoji/.editorconfig
Carlos Cuesta 67c6a25b4a
Automate deployments (#181)
*  Add build script
* 🚀 Automate deployments with Travis
* 🔧 Remove node_js 4 from Travis.yml
*  Use yarn on Travis
* 🔧 Use before_deploy insteead of after_success hook

Fixes #180

fixup!  Automate deployments (#181)
2018-01-14 12:51:07 +01:00

20 lines
313 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
[*.js]
indent_style = spaces
tab_width = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true