diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 11:51:35 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 11:51:35 -0500 |
| commit | 5205818da0afa1ac4af8e91c342c2a61458726f7 (patch) | |
| tree | e89c555d19ad4a0f6769661085b47b6595c0dedd /.editorconfig | |
| parent | 190de2472aca200d33dea42d3a7e839a697dd02e (diff) | |
chore: better .editorconfig.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index ef6cea07..b0114c86 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{cpp,hpp}] +[*.{cc,h, inl}] indent_size = 4 tab_width = 4 indent_style = space |
