[devhelp/repo-cleanup: 10/14] Add an editorconfig file




commit fc352451301847cf7bdd4f11ce874b7a9c218b4c
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Apr 12 14:50:30 2021 +0100

    Add an editorconfig file

 .editorconfig | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
---
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..b14adc2d
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,22 @@
+# SPDX-FileCopyrightText: 2021 Emmanuele Bassi
+#
+# SPDX-License-Identifier: CC0-1.0
+
+root = true
+
+[*]
+indent_style = space
+indent_size = 8
+insert_final_newline = true
+trim_trailing_whitespace = true
+end_of_line = lf
+charset = utf-8
+
+[*.json]
+indent_size = 2
+
+[*.md]
+max_line_length = 79
+
+[meson.build]
+indent_size = 4


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