From 75585f4fb6f312195a47b16224d45e671858dac7 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 21 Apr 2025 14:35:44 -0700 Subject: Initial xmake C++ project --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..05ab5fb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[**.{hpp,cpp,cppm}] +indent_style = space +indent_size = 4 -- cgit v1.3.1