diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 09:00:06 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 09:00:06 -0500 |
| commit | 7a36305492d233894c787ac392667b25b8e4ffb7 (patch) | |
| tree | c567f78dd370023c919a66cdbb46ba7398ae73e9 /.editorconfig | |
| parent | 0fcdfc55f9ffef3d5b98768c104961e864c4bda2 (diff) | |
chore: new version of kernel, and new editor related files.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ef6cea0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +root = true + +[*.{cpp,hpp}] +indent_size = 4 +tab_width = 4 +indent_style = space + +[*.{pro,pri}] +indent_size = 4 +tab_width = 4 +indent_style = space + +[*.{md,markdown}] +indent_size = 2 +tab_width = 2 +indent_style = space |
