mirror of
https://github.com/revumber/ananicy-rules
synced 2025-06-29 08:12:52 +02:00
chore(rules): add newlines between rules and comments Signed-off-by: SoulHarsh007 <harsh.peshwani@outlook.com>
16 lines
427 B
Text
16 lines
427 B
Text
# General rule for some Source-based mods, like Fortress Forever, Entropy: Zero, etc.
|
|
{ "name": "hl2.exe", "type": "Game" }
|
|
|
|
# Source SDK Base tools
|
|
# Hammer map editor
|
|
{ "name": "hammer.exe", "type": "Doc-View" }
|
|
|
|
# Model viewer
|
|
{ "name": "hlmv.exe", "type": "Doc-View" }
|
|
|
|
# GoldSrc mods
|
|
{ "name": "hl.exe", "type": "Game" }
|
|
|
|
# CS 1.6
|
|
{ "name": "cstrike-online.exe", "type": "Game" }
|
|
{ "name": "cstrike.exe", "type": "Game" }
|