diff options
author | silverwind <me@silverwind.io> | 2020-08-25 21:48:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 22:48:53 +0300 |
commit | eb4db0445bea4a8dff370d80a270765840fcb8ef (patch) | |
tree | 7cde26f9a5cad63b724afc2f4bc541562548e432 /.stylelintrc | |
parent | e90e122b395f2dc0aff9ee917a7377078c774d31 (diff) | |
download | gitea-eb4db0445bea4a8dff370d80a270765840fcb8ef.tar.gz gitea-eb4db0445bea4a8dff370d80a270765840fcb8ef.zip |
Reindent Less to 2-space (#12602)
Reindent and unify codebase to 2-space indentation.
Diffstat (limited to '.stylelintrc')
-rw-r--r-- | .stylelintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc b/.stylelintrc index fcc33edeff..0e1b38228f 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -6,7 +6,7 @@ rules: color-hex-length: null comment-empty-line-before: null declaration-empty-line-before: null - indentation: 4 + indentation: 2 no-descending-specificity: null number-leading-zero: never rule-empty-line-before: null |