Skip to content

Commit

Permalink
Misc/codestyle change to default AMXModX behaviour (#319)
Browse files Browse the repository at this point in the history
* editorconfig change to 4 spaces

* change tabulation: `2 spaces` to `4 spaces`

* `if`/`switch`/`while`: add space before

* remove semicolons

* remove `#pragma ctrlchar '\'`

* use `^` instead `\`

* replace ctrlchar '\' by '^'

* plugin info declaration tabulation fixes
  • Loading branch information
SergeyShorokhov authored Dec 18, 2023
1 parent b2ed5f9 commit c43d94a
Show file tree
Hide file tree
Showing 18 changed files with 3,852 additions and 3,865 deletions.
5 changes: 2 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ charset = utf-8
# Set default charset
[*.{sma,inc,sh}]
indent_style = space
indent_size = 2
indent_size = 4
trim_trailing_whitespace = true


[{.vscode/*,.github/*}]
indent_style = space
indent_size = 2
indent_size = 4
Loading

0 comments on commit c43d94a

Please sign in to comment.