diff options
| author | 2025-01-22 20:56:04 -0500 | |
|---|---|---|
| committer | 2025-01-23 10:29:46 -0500 | |
| commit | 2daa31c0629f2eb4af84d6f4fed8ac89813de056 (patch) | |
| tree | e90fdfa620a6a34361087edfe197a016e4828737 /.editorconfig | |
| parent | 5073f74aefb91616fb8e1df087747105e46e265d (diff) | |
| download | camu-2daa31c0629f2eb4af84d6f4fed8ac89813de056.tar.gz camu-2daa31c0629f2eb4af84d6f4fed8ac89813de056.tar.bz2 camu-2daa31c0629f2eb4af84d6f4fed8ac89813de056.zip | |
Big build update
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 7d5465e..3c3e7cc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,7 @@ indent_size = 4 tab_width = 4 end_of_line = lf trim_trailing_whitespace = true + +[meson.build] +indent_size = 2 +tab_width = 2 |