mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
* ✨ 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)
20 lines
313 B
INI
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
|