From 881339ea8fe543fdcf7d752ec6c876ce2f4bf541 Mon Sep 17 00:00:00 2001 From: appleboy Date: Sun, 24 Dec 2023 19:06:07 +0800 Subject: [PATCH] chore: refactor project configuration files - Delete the `.editorconfig` file - Add the `.gitignore` file Signed-off-by: appleboy --- .editorconfig | 42 ------------------------------------------ .gitignore | 1 + 2 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index e4f9bec..0000000 --- a/.editorconfig +++ /dev/null @@ -1,42 +0,0 @@ -# unifying the coding style for different editors and IDEs => editorconfig.org - -; indicate this is the root of the project -root = true - -########################################################### -; common -########################################################### - -[*] -charset = utf-8 - -end_of_line = LF -insert_final_newline = true -trim_trailing_whitespace = true - -indent_style = space -indent_size = 2 - -########################################################### -; make -########################################################### - -[Makefile] -indent_style = tab - -[makefile] -indent_style = tab - -########################################################### -; markdown -########################################################### - -[*.md] -trim_trailing_whitespace = false - -########################################################### -; golang -########################################################### - -[*.go] -indent_style = tab \ No newline at end of file diff --git a/.gitignore b/.gitignore index 4af235c..954c24c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ drone-discord coverage.txt release/ dist/ +bin/