projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
892cfef
)
Add an editorconfig file
author
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 25 May 2020 00:29:20 +0000
(10:29 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 1 Jun 2020 20:46:21 +0000
(06:46 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.editorconfig
[new file with mode: 0644]
patch
|
blob
diff --git a/.editorconfig
b/.editorconfig
new file mode 100644
(file)
index 0000000..
30a29dd
--- /dev/null
+++ b/
.editorconfig
@@ -0,0
+1,14
@@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true
+indent_style = space
+indent_size = 4
+max_line_length = 80
+
+[*.yml]
+indent_style = space
+indent_size = 2