From 7103019890960e793deefb64987a09b33be60b42 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Fri, 17 May 2024 15:20:30 -0700 Subject: Add golang server --- client/.editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 client/.editorconfig (limited to 'client/.editorconfig') diff --git a/client/.editorconfig b/client/.editorconfig new file mode 100644 index 0000000..41c2aaf --- /dev/null +++ b/client/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_size = 2 +indent_style = space +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true \ No newline at end of file -- cgit v1.2.3