[gnome-break-timer] Simplify .editorconfig file



commit f753be72849db2b15c919f39a2db32e7e0ea2aa2
Author: Dylan McCall <dylan dylanmccall ca>
Date:   Thu Dec 3 13:03:57 2020 -0800

    Simplify .editorconfig file

 .editorconfig     | 17 ++++-------------
 meson_options.txt | 14 +++++++-------
 2 files changed, 11 insertions(+), 20 deletions(-)
---
diff --git a/.editorconfig b/.editorconfig
index 95ece41..5c88c76 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,19 +1,10 @@
-[*.vala, *.vapi, *.c]
-indent_style = spaces
-indent_size = 4
-
-[*.py, *.sh, *.sh.in]
-indent_style = spaces
-indent_size = 4
-
-[*.json]
+[*]
 indent_style = spaces
 indent_size = 4
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
 
 [*.xml, *.xml.in, *.xml.in.in, *.doap]
 indent_style = spaces
 indent_size = 2
-
-[meson.build]
-indent_style = spaces
-indent_size = 4
diff --git a/meson_options.txt b/meson_options.txt
index a9e396d..a393cc0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,9 +1,9 @@
 option(
-  'profile',
-  type: 'combo',
-  choices: [
-    'default',
-    'development'
-  ],
-  value: 'default'
+    'profile',
+    type: 'combo',
+    choices: [
+        'default',
+        'development'
+    ],
+    value: 'default'
 )


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