From: Jiri Vlasak Date: Tue, 15 Jun 2021 10:44:02 +0000 (+0200) Subject: Add editorconfig X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hubacji1/simple-stage.git/commitdiff_plain/2ff9a2e23c0d9f7841b20d44be58128b08f21623 Add editorconfig --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f7a4ef5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*.{cc,hh,model,inc,world,build}] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true +indent_style = tab +indent_size = 8 +max_line_length = 80