Skip to content

Commit

Permalink
🎨 style: Eliminating TAB characters
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenkakuHiragana committed Jan 11, 2025
1 parent 941ba63 commit 44f0e81
Show file tree
Hide file tree
Showing 45 changed files with 4,062 additions and 4,061 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# DecentVehicle

An automatically driving system for Garry's Mod.
17 changes: 8 additions & 9 deletions addon.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"title" : "[DV] Decent Vehicle - Basic AI",
"type" : "npc",
"tags" : ["roleplay"],
"ignore" :
[
"*.psd",
"*.vcproj",
"*.svn*"
]
"title": "[DV] Decent Vehicle - Basic AI",
"type": "npc",
"tags": ["roleplay"],
"ignore": [
"*.psd",
"*.vcproj",
"*.svn*"
]
}
Loading

0 comments on commit 44f0e81

Please sign in to comment.