Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
editorconfig: only 2 space indentation for YAML CI configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombauts committed Jan 4, 2020
1 parent 9ea0cff commit c06db7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ end_of_line = lf
# 2 space indentation for CI configuration
[*.yml]
indent_style = space
indent_size = 4
indent_size = 2

0 comments on commit c06db7f

Please sign in to comment.