1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

dotfiles: Add works to cspell dictionary

Also fix a couple of real spelling mistakes.
This commit is contained in:
Nicolas Boichat 2025-03-26 16:47:56 +01:00
parent d33d731804
commit b92144180f
14 changed files with 28 additions and 17 deletions

View file

@ -1,4 +1,5 @@
# EditorConfig (is awesome!; ref: http://EditorConfig.org; v2022.02.11 [rivy])
# spell-checker:ignore akefile shellcheck vcproj
# * top-most EditorConfig file
root = true
@ -52,7 +53,7 @@ indent_style = space
switch_case_indent = true
[*.{sln,vc{,x}proj{,.*},[Ss][Ln][Nn],[Vv][Cc]{,[Xx]}[Pp][Rr][Oo][Jj]{,.*}}]
# MSVC sln/vcproj/vcxproj files, when used, will persistantly revert to CRLF EOLNs and eat final EOLs
# MSVC sln/vcproj/vcxproj files, when used, will persistently revert to CRLF EOLNs and eat final EOLs
end_of_line = crlf
insert_final_newline = false