diff options
author | Sindre Sorhus <sindresorhus@gmail.com> | 2017-12-29 21:14:52 +0100 |
---|---|---|
committer | Sindre Sorhus <sindresorhus@gmail.com> | 2017-12-29 22:15:18 +0100 |
commit | 58bb6ffee1c8c26cb360fe0f1107fd6f5b7f5dfb (patch) | |
tree | 2ee6317a8e897e10047c2f1cce6a75b20ac11dc2 /.editorconfig | |
download | file-metadata-58bb6ffee1c8c26cb360fe0f1107fd6f5b7f5dfb.tar.gz file-metadata-58bb6ffee1c8c26cb360fe0f1107fd6f5b7f5dfb.tar.bz2 file-metadata-58bb6ffee1c8c26cb360fe0f1107fd6f5b7f5dfb.zip |
Init
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1c6314a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.yml] +indent_style = space +indent_size = 2 |