[devhelp/repo-cleanup: 7/7] Add an editorconfig file
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp/repo-cleanup: 7/7] Add an editorconfig file
- Date: Mon, 12 Apr 2021 15:37:20 +0000 (UTC)
commit b45601891604e8c911f9aaf4b562d7f0c1996082
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]