Commit b01bbcaf authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Utilise 2 espaces pour indenter les yml.

No related merge requests found
Pipeline #11148 passed with stages
in 48 seconds
Showing with 4 additions and 1 deletion
+4 -1
...@@ -6,4 +6,7 @@ indent_size = 4 ...@@ -6,4 +6,7 @@ indent_size = 4
indent_style = space indent_style = space
trim_trailing_whitespace = true trim_trailing_whitespace = true
charset = utf-8 charset = utf-8
insert_final_newline = true insert_final_newline = true
\ No newline at end of file
[*.yml]
indent_size = 2
Supports Markdown
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