Skip to content

Instantly share code, notes, and snippets.

@AdamJ
Created May 23, 2018 15:21
Show Gist options
  • Save AdamJ/223031bf09383422d02bda05171f055b to your computer and use it in GitHub Desktop.
Save AdamJ/223031bf09383422d02bda05171f055b to your computer and use it in GitHub Desktop.
.editorconfig
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 0
tab_width = 2
trim_trailing_whitespace = true
word
[*.js,*.ts]
max_line_length = 120
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
# Matches the exact files either package.json or .travis.yml
[{package.json,*.yml}]
indent_size = 2
indent_style = space
[COMMIT_EDITMSG]
max_line_length = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment