[gnome-usage] editorconfig: added with inferred style
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-usage] editorconfig: added with inferred style
- Date: Tue, 16 Jul 2019 09:59:50 +0000 (UTC)
commit 6c6c2ff142e5e3c954b018688688ad0e7cd0b1e9
Author: Christian Kellner <christian kellner me>
Date: Tue Jul 16 11:46:06 2019 +0200
editorconfig: added with inferred style
Add an editorconfig[1] file with the styles for the various formats
used in the project, inferred from the current style.
[1] https://editorconfig.org/
.editorconfig | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
---
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..f938610
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,40 @@
+# top-most EditorConfig file
+root = true
+
+# Unix style
+[*]
+end_of_line = lf
+trim_trailing_whitespace = true
+charset = utf-8
+
+[*.{vala,vapi}]
+indent_style = space
+indent_size = 4
+
+[*.ui]
+indent_style = space
+indent_size = 2
+
+[*.css]
+indent_style = space
+indent_size = 4
+
+[*.xml.in]
+indent_style = space
+indent_size = 2
+
+[*.gschema.xml]
+indent_style = space
+indent_size = 4
+
+[*.gresource.xml]
+indent_style = space
+indent_size = 4
+
+[meson.build]
+indent_style = space
+indent_size = 2
+
+[.gitlab-ci.yml]
+indent_style = space
+indent_size = 2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]