diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-24 00:05:47 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-24 09:13:49 +0200 |
| commit | 4038ec5662a5b1ebe652e9170069e3f2f79c7e71 (patch) | |
| tree | c04772eba8e9b0584ccc80bea9a72dfd9f173d86 /.editorconfig | |
| download | fbos-4038ec5662a5b1ebe652e9170069e3f2f79c7e71.tar.gz fbos-4038ec5662a5b1ebe652e9170069e3f2f79c7e71.zip | |
Bootstrap the project
For now the base layout has been defined and we have a binary that is
properly reached through openSBI.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e7bd01a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[{*.{c,h,s,S},Makefile,Makefile.*}] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = tab +indent_size = 4 |
