diff options
author | Tulir Asokan <tulir@maunium.net> | 2020-05-05 20:39:14 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2020-05-05 20:39:14 +0300 |
commit | 5d834b2ca3bc99ec575e900fdf1e1b9281156cbb (patch) | |
tree | 3ea39104cf17b8633f7d349ed199c0163dda1b86 /.editorconfig | |
parent | 0988b0590cf9c2909131e86a56a1ad9ed1745431 (diff) |
Add static builds without e2ee
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 1b83267..9fa8d76 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[.gitlab-ci.yml] +indent_size = 2 |