summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Burnicki <martin.burnicki@meinberg.de>2020-08-25 15:41:57 +0200
committerMartin Burnicki <martin.burnicki@meinberg.de>2020-08-25 15:41:57 +0200
commit66e3e938ab225c9a803b316c3954a69f6b53ba7f (patch)
tree72cfbcf07bee9a98da69e866df53acf9f28bab15
parent3a3ea70c46af6e0ea9085681a85a1462225921a1 (diff)
downloadgpsxmple-66e3e938ab225c9a803b316c3954a69f6b53ba7f.tar.gz
gpsxmple-66e3e938ab225c9a803b316c3954a69f6b53ba7f.zip
Add .gitignore and .editorconfig
-rwxr-xr-x.editorconfig15
-rw-r--r--.gitignore11
2 files changed, 26 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100755
index 0000000..8026a9f
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,15 @@
+# Editor configuration file
+# https://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+# General stype
+[*]
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+# Indentation using spaces
+[*.{c,cpp,h}]
+indent_style = space
+indent_size = 2
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6d3475d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+# MBGRCS files
+*.pj
+*.use
+
+# kdevelop project files
+*.kdev*
+.kdev4/
+
+# Doxygen input and output is ignored so far
+Doxyfile
+doc/