diff options
author | Valentin Popov <info@valentineus.link> | 2020-03-26 21:16:28 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-03-26 21:16:28 +0300 |
commit | e214aeb8a58cec914fc0483990b0e1db99b137f0 (patch) | |
tree | 2468582ff499647185d6904fcca9e10c4e805fe4 /.editorconfig | |
parent | 3f3d4da18b5aece01641cba90206b1d33c467545 (diff) | |
download | eslint-config-e214aeb8a58cec914fc0483990b0e1db99b137f0.tar.xz eslint-config-e214aeb8a58cec914fc0483990b0e1db99b137f0.zip |
Add GitHub Action
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index d058e45..2c83ce3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,9 +12,7 @@ tab_width = 4 trim_trailing_whitespace = true [*.json] -indent_size = 2 indent_style = space [*.yml] -indent_size = 2 indent_style = space |