diff options
author | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-29 14:34:38 +0000 |
---|---|---|
committer | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-29 14:34:38 +0000 |
commit | 505b0f5419675573ff4062e0ba1f10b1e7ed9c76 (patch) | |
tree | 7a99783cfbd7f117c4510e6b8e43c16b74ffceeb | |
parent | 01b35a25db8f507657fda33259a917978923d8cb (diff) | |
download | NorthstarLauncher-505b0f5419675573ff4062e0ba1f10b1e7ed9c76.tar.gz NorthstarLauncher-505b0f5419675573ff4062e0ba1f10b1e7ed9c76.zip |
wrong tab size, whoops
-rw-r--r-- | .cmake-format.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cmake-format.json b/.cmake-format.json index a614e329..9e683107 100644 --- a/.cmake-format.json +++ b/.cmake-format.json @@ -1,7 +1,7 @@ { "format": { "line_width": 120, - "tab_size": 2, + "tab_size": 4, "use_tabchars": false, "fractional_tab_policy": "use-space", "max_subgroups_hwrap": 4, |