From 1a771d9a157bebffad42573d114240a4bfe7f611 Mon Sep 17 00:00:00 2001 From: iurii Date: Thu, 5 Sep 2024 19:07:25 +0300 Subject: fixed specular --- .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..801e91e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# Top-most EditorConfig file +root = true + +# Universal settings +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +# Odin files +[*.odin] +indent_style = space +indent_size = 2 +tab_width = 2 -- cgit 1.4.1-2-gfad0