Skip to content
Snippets Groups Projects
Commit c4756703 authored by James Vasile's avatar James Vasile
Browse files

Add editorconfig

parent 695e5e16
No related branches found
No related tags found
No related merge requests found
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
charset = utf-8
max_line_length = 100
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
[lib/**.js]
indent_size = 2
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
[*.{json,yml}]
indent_size = 2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment