Add settings for .yml files into .editorconfig (#3878)

This commit is contained in:
Igor Velkov
2022-06-10 22:50:47 +03:00
committed by GitHub
parent 25e60a726b
commit 7283509e66

View File

@@ -20,8 +20,10 @@ insert_final_newline = false
[*.json]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2
# C coding style based on Linux kernel.
# https://www.kernel.org/doc/html/v5.0/process/coding-style.html