Permalink
Cannot retrieve contributors at this time
18 lines (15 sloc)
437 Bytes
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# EditorConfig is awesome: https://EditorConfig.org | |
# Unix-style newlines with a newline ending every file | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
# Matches multiple files with brace expansion notation | |
# Set default charset | |
[*.{js,py}] | |
charset = utf-8 | |
indent_style = space | |
indent_size = 4 | |
# Matches the exact files either package.json or .travis.yml | |
[{package.json,.circleci/config.yml}] | |
indent_style = space | |
indent_size = 2 |