Fix editorconfig test cases

This commit is contained in:
Marco Ferrari 2020-09-25 21:25:33 +02:00
parent 63f23368b8
commit bf7fd5939d
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
# top-most EditorConfig file
root = true
[*.ext] [*.ext]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4

View file

@ -1,6 +1,6 @@
# top-most EditorConfig file # top-most EditorConfig file
root = true root = true
[*.ext] [*.sh]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4