Add minimalist .editorconfig for f90, c/c++ and cuda source code files.

This commit is contained in:
Pierre Kestener 2022-06-09 08:20:15 +02:00
parent 27b97a0d01
commit 795ae34819
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
[*.{cpp,h,c,h,cuh,cu,F90,txt}]
indent_style = space
indent_size = 2
tab_width = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true