[gi-docgen: 1/2] .editorconfig: Two-space indents for css




commit b470be74f63050084d455d2fd6a039082b11c4c3
Author: FeRD (Frank Dana) <ferdnyc gmail com>
Date:   Sun Mar 20 21:48:39 2022 +0000

    .editorconfig: Two-space indents for css

 .editorconfig | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.editorconfig b/.editorconfig
index 2c89c94..9a07b06 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -21,6 +21,9 @@ not_skip = __init__.py
 [*.html]
 indent_size = 2
 
+[*.css]
+indent_size = 2
+
 [*.json]
 indent_size = 2
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]