From 16bfd88198de32bd747fcc0d2f029890994c3d8d Mon Sep 17 00:00:00 2001 From: Dario Pagani <> Date: Sat, 15 Aug 2020 11:19:02 +0200 Subject: Driver written, will it work? --- .editorconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ceb6e23 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +[*] +charset = utf-8 +insert_final_newline = true + +# The settings for C (*.c and *.h) files are mirrored in .clang-format. Keep +# them in sync. +[*.{c,h,sh,perl,pl,pm,txt}] +indent_style = tab +tab_width = 8 + +[Makefile] +indent_style = tab +tab_width = 8 + +[*.py] +indent_style = space +indent_size = 4 -- cgit v1.3