Skip to content
Snippets Groups Projects
Commit 18f1d628 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Add yaml and bash file handling

parent 9053e424
Branches
No related merge requests found
...@@ -26,7 +26,7 @@ trim_trailing_whitespace = true ...@@ -26,7 +26,7 @@ trim_trailing_whitespace = true
# Tab styles that should be four spaces per tab. # Tab styles that should be four spaces per tab.
# Most languages will fall under this. # Most languages will fall under this.
## ##
[*.{c,cc,cpp,h,json,md,o}] [*.{c,cc,cpp,h,json,md,o,sh,yaml}]
indent_size = 4 indent_size = 4
......
...@@ -26,7 +26,7 @@ trim_trailing_whitespace = true ...@@ -26,7 +26,7 @@ trim_trailing_whitespace = true
# Tab styles that should be four spaces per tab. # Tab styles that should be four spaces per tab.
# Most languages will fall under this. # Most languages will fall under this.
## ##
[*.{cs,json,md,xml}] [*.{cs,json,md,sh,yaml,xml}]
indent_size = 4 indent_size = 4
......
...@@ -26,7 +26,7 @@ trim_trailing_whitespace = true ...@@ -26,7 +26,7 @@ trim_trailing_whitespace = true
# Tab styles that should be four spaces per tab. # Tab styles that should be four spaces per tab.
# Most languages will fall under this. # Most languages will fall under this.
## ##
[*.{json,md,py}] [*.{json,md,py,sh,yaml}]
indent_size = 4 indent_size = 4
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment