forked from sezero/quakespasm
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add "cpp_space_before_function_open_parenthesis = insert" to .editorconfig to enforce project code style (and avoid default vs behavior removing spaces). * - Ignore ironwail.vcxproj.user as this is a user specific settings file and is not included in the repo. * Add ironwail.pak to vs project so it gets copied to output directory. * Add a /bin/ path to the project output directory so that the output files go into a clean folder instead of being output into the intermediate folder.
- Loading branch information
1 parent
e03e7ca
commit 595c5a2
Showing
4 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ root = true | |
[*] | ||
indent_style = tab | ||
indent_size = 4 | ||
cpp_space_before_function_open_parenthesis = insert |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters