about summary refs log tree commit diff stats
path: root/.editorconfig
diff options
context:
space:
mode:
authorRory Bradford <roryrjb@gmail.com>2022-06-05 12:12:14 +0100
committerRory Bradford <roryrjb@gmail.com>2022-06-05 12:12:14 +0100
commit0e5b784369d18467ced409c204e0f2191646e309 (patch)
treef5fbe59391ceebb300bdb9158c7d249f7430e7e8 /.editorconfig
parentfa0fe3da2bad35c79d9588d5fc6c3e554671533e (diff)
downloadrf-0e5b784369d18467ced409c204e0f2191646e309.tar.gz
Remove editor/formatting configs.
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index 5591303..0000000
--- a/.editorconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-root = true
-
-[*.{c,h}]
-end_of_line = lf
-insert_final_newline = true
-charset = utf-8
-trim_trailing_whitespace = true
-indent_style = tab
-indent_size = 4
-max_line_length = 80