Add the base containerized c toolchain environment

This commit is contained in:
2024-02-14 02:58:33 +01:00
parent c5f8da292d
commit 2224ef7879
9 changed files with 55 additions and 2 deletions

7
config/.vimrc Normal file
View File

@@ -0,0 +1,7 @@
set nobackup
set nowritebackup
set noswapfile
set autoread
set number relativenumber
autocmd BufWritePost *.[ch] exec "!indent -kr -nut % && rm %~"