From f3b91d75d2d3153e9fa4d7414929dcc531779727 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 27 Aug 2019 14:34:49 -0700 Subject: reorganize, and some small fixes --- lib/editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/editorconfig (limited to 'lib/editorconfig') diff --git a/lib/editorconfig b/lib/editorconfig new file mode 100644 index 0000000..c977887 --- /dev/null +++ b/lib/editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +trim_trailing_whitespace = true +insert_final_newline = true + +[*.h] +indent_style = tab \ No newline at end of file -- cgit v1.2.3