diff options
author | Joas Schilling <coding@schilljs.com> | 2020-04-15 13:47:33 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-04-15 13:47:33 +0200 |
commit | 058ca8c5602e80f30d12f90ef498748cdcb7709f (patch) | |
tree | c74ef2b06c6ac253d2ddfaf5ff0eb10f5917e704 /.editorconfig | |
parent | 51fc07be3d2ef9a4d5dbe847a071f4f34bf0eb88 (diff) | |
download | nextcloud-server-058ca8c5602e80f30d12f90ef498748cdcb7709f.tar.gz nextcloud-server-058ca8c5602e80f30d12f90ef498748cdcb7709f.zip |
Update editor config for .yml files
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 0b4e725ad8f..51117a6e796 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,6 +14,10 @@ trim_trailing_whitespace = true indent_size = 2 indent_style = space +[*.yml] +indent_size = 2 +indent_style = space + [*.md] trim_trailing_whitespace = false |