summaryrefslogtreecommitdiffstats
path: root/extensions/45/hibernate-status/.editorconfig
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-10 13:32:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-10 14:44:01 +0000
commit2705a55fe1128387a1761cae93b1e41ebaeb750d (patch)
tree87178c5463e34efb0b3847e0559011ec7d49d8e2 /extensions/45/hibernate-status/.editorconfig
parentAdding upstream version 20230618. (diff)
downloadgnome-shell-extensions-extra-2705a55fe1128387a1761cae93b1e41ebaeb750d.tar.xz
gnome-shell-extensions-extra-2705a55fe1128387a1761cae93b1e41ebaeb750d.zip
Adding upstream version 20231210.upstream/20231012
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'extensions/45/hibernate-status/.editorconfig')
-rw-r--r--extensions/45/hibernate-status/.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/extensions/45/hibernate-status/.editorconfig b/extensions/45/hibernate-status/.editorconfig
new file mode 100644
index 0000000..bf58f2f
--- /dev/null
+++ b/extensions/45/hibernate-status/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+charset = utf-8
+trim_trailing_whitespace = true
+end_of_line = lf
+insert_final_newline = true
+
+[*.js]
+quote_type = single