diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 15:51:29 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 15:51:29 +0300 |
commit | 656bc470f7f2158eeb85b974dc200a68418558f1 (patch) | |
tree | 681a07110855bfad9ea3ead517f9fad315f943aa /.editorconfig | |
parent | 59d30497f3e897a3aa209fe47ddcc0b0447b7fd2 (diff) | |
download | eslint-config-656bc470f7f2158eeb85b974dc200a68418558f1.tar.xz eslint-config-656bc470f7f2158eeb85b974dc200a68418558f1.zip |
feat(gitlab): Initial CI config
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index c2459c1..d058e45 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,7 @@ trim_trailing_whitespace = true [*.json] indent_size = 2 indent_style = space + +[*.yml] +indent_size = 2 +indent_style = space |