Skip to content

Commit

Permalink
Initial Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyqer committed Aug 7, 2018
1 parent da4f555 commit 9826c59
Show file tree
Hide file tree
Showing 21 changed files with 3,261 additions and 53 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
21 changes: 21 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"sqf.enableCBA": true,
"sqf.enableACE3": true,
"sqflint.ignoredVariables": [
"_input0",
"findIf",
"KPPLM_fnc_apply",
"KPPLM_fnc_create",
"KPPLM_fnc_getInOut",
"KPPLM_fnc_join",
"KPPLM_fnc_manageActions",
"KPPLM_fnc_openDialog",
"KPPLM_fnc_rename",
"KPPLM_fnc_save",
"KPPLM_fnc_showRankData",
"KPPLM_groups",
"KPR_playerNation",
"KPR_players",
"KPR_uniforms"
]
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## 1.0.0
* Initial release as standalone version. Outsourced from [KP Liberation](https://github.com/KillahPotatoes/KP-Liberation).
Loading

0 comments on commit 9826c59

Please sign in to comment.