From 772713deaa05dd311969b20a5ae879391ece5a3a Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:08:30 +0100 Subject: [PATCH] delete: removed the .editorconfig file --- .github/CHANGELOG.md | 3 ++- .../[esx_addons]/esx_addoninventory/.editorconfig | 9 --------- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 server-data/resources/[esx_addons]/esx_addoninventory/.editorconfig diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 525078e1c..46588cb60 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -38,4 +38,5 @@ 13. [BasicItem]: chore: code cleanup and fixes @bitpredator 14. [BOBHunt]: refactor: code cleaning, various corrections to the code as well as license updates @bitpredator 15. [BOBHunt]: refactor: supports all translations natively @bitpredator -16. [SQL]: chore: removed white strings inside some sql @bitpredator \ No newline at end of file +16. [SQL]: chore: removed white strings inside some sql @bitpredator +17. [esx_addoninventory]: delete: removed the .editorconfig file @bitpredator \ No newline at end of file diff --git a/server-data/resources/[esx_addons]/esx_addoninventory/.editorconfig b/server-data/resources/[esx_addons]/esx_addoninventory/.editorconfig deleted file mode 100644 index 9b425256f..000000000 --- a/server-data/resources/[esx_addons]/esx_addoninventory/.editorconfig +++ /dev/null @@ -1,9 +0,0 @@ -root = true - -[*] -indent_size = 4 -indent_style = tab -end_of_line = crlf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true \ No newline at end of file