Skip to content

Commit

Permalink
Add details
Browse files Browse the repository at this point in the history
  • Loading branch information
P2-718na committed May 27, 2021
1 parent 1b0a0cc commit 3da24b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Standard: Auto
StatementMacros:
- Q_UNUSED
- QT_REQUIRE_VERSION
TabWidth: 8
TabWidth: 2
UseCRLF: false
UseTab: Never
WhitespaceSensitiveMacros:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ by [me (Matteo Bonacini)][3].
- [gnuplot](http://www.gnuplot.info/) (optional)

## Building
The preferred way to compile this code is by using CMake.
The preferred way to build this code is by using CMake.
```shell
mkdir build
cd build
Expand Down

0 comments on commit 3da24b1

Please sign in to comment.