From 8dbabc4492a16bb9370b2a10eda1501363bba648 Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Thu, 29 Dec 2022 17:48:19 -0500 Subject: [PATCH] Add an editorconfig for `*.def` --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3173be8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*.def] +charset = utf-8 +indent_style = space +indent_size = 4 +insert_final_newline = false +trim_trailing_whitespace = true +max_line_length = off \ No newline at end of file