Use editorconfig instead of a sprinkling of :vim: instructions
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 25 Feb 2020 23:33:18 +0000 (09:33 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 27 Feb 2020 05:58:05 +0000 (05:58 +0000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.editorconfig [new file with mode: 0644]
.gitlab-ci.yml
.gitlab-ci/check-commit.py
.gitlab-ci/generate-gitlab-ci.py
.gitlab-ci/gitlab-ci-config.yaml
.gitlab-ci/gitlab-ci.tmpl
libevdev/make-event-names.py

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..81c277e
--- /dev/null
@@ -0,0 +1,21 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.{c,h}]
+indent_style = tab
+tab_width = 8
+
+[*.py]
+indent_style = space
+indent_size = 4
+charset = utf-8
+
+[*.{yaml,tmpl}]
+indent_style = space
+indent_size = 2
+charset = utf-8
index 5d09e96..2e2167c 100644 (file)
@@ -1,5 +1,3 @@
-# vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0 filetype=yaml:
-
 ########################################
 #                                      #
 # THIS FILE IS GENERATED, DO NOT EDIT  #
index b533bc4..ed2d897 100755 (executable)
@@ -1,6 +1,4 @@
 #!/usr/bin/env python3
-# vim: set expandtab shiftwidth=4:
-# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
 #
 # This script tests a few things against the commit messages, search for
 # `def test_` to see the actual tests run.
index f6fe5f1..c159948 100755 (executable)
@@ -1,5 +1,4 @@
 #!/usr/bin/env python3
-# vim: set expandtab shiftwidth=4:
 
 # This file generates the .gitlab-ci.yml file that defines the pipeline.
 
index 98900c7..3f43103 100644 (file)
@@ -1,9 +1,6 @@
-# vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0:
-#
 # This file contains the configuration for the gitlab ci.
 # See the .gitlab-ci/generate-gitlab-ci.py file for more info
 
-
 distributions:
   - name: fedora
     version: '30'
index 829193a..bffc7bf 100644 (file)
@@ -1,5 +1,3 @@
-# vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0 filetype=yaml:
-
 {# You're looking at the template here, so you can ignore the below
    warning. This is the right file to edit #}
 ########################################
index 1c94748..88addd7 100755 (executable)
@@ -1,5 +1,4 @@
 #!/usr/bin/env python3
-# vim: set expandtab shiftwidth=4:
 #
 # Parses linux/input.h scanning for #define KEY_FOO 134
 # Prints C header files or Python files that can be used as