Skip to content

Commit

Permalink
Merge pull request #40 from AlpineMapsOrg/test_branch_for_pull_request
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
adam-ce authored Nov 5, 2023
2 parents fa9755b + 738599f commit c9bec3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ We use Qt Creator (with mingw on Windows), which is the only tested setup atm an
* files are CamelCase if the content is a CamelCase class. otherwise they are snake_case, and have a snake_case namespace with stuff.
* the folder/structure.h is reflected in namespace folder::structure{ .. }
* indent with space only, indent 4 spaces
* ideally, use clang-format with the WebKit style
(in case you use Qt Creator, go to Preferences -> C++ -> Code Style: Formatting mode: Full, Format while typing, Format edited code on file save, Clang-Format Style -> BasedOnStyle=WebKit)
* ideally, use the clang-format file provided with the project
(in case you use Qt Creator, go to Preferences -> C++ -> Code Style: Formatting mode: Full, Format while typing, Format edited code on file save, don't override formatting)

0 comments on commit c9bec3a

Please sign in to comment.