Renormalize line endings and enforce normalization for all contributors
This commit is contained in:
parent
7e63376266
commit
acc3217a95
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
# Custom attribute to mark source files using KiCad C++ formatting
|
# Custom attribute to mark source files using KiCad C++ formatting
|
||||||
[attr]kicad-cpp-source whitepace=tab-in-indent format.clang-format-kicad
|
[attr]kicad-cpp-source text=auto whitepace=tab-in-indent format.clang-format-kicad
|
||||||
|
|
||||||
# Custom attribute to mark KiCad's own CMake files
|
# Custom attribute to mark KiCad's own CMake files
|
||||||
[attr]kicad-cmake-source whitespace=tab-in-indent
|
[attr]kicad-cmake-source text=auto whitespace=tab-in-indent
|
||||||
|
|
||||||
# Custom attribute for auto-generated sources:
|
# Custom attribute for auto-generated sources:
|
||||||
# * Do not perform whitespace checking
|
# * Do not perform whitespace checking
|
||||||
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
*.cmake kicad-cmake-source
|
*.cmake kicad-cmake-source
|
||||||
*.txt kicad-cmake-source
|
*.txt kicad-cmake-source
|
||||||
|
*.md text=auto
|
||||||
|
|
||||||
# Compiled bitmap sources
|
# Compiled bitmap sources
|
||||||
bitmaps_png/cpp_*/*.cpp generated
|
bitmaps_png/cpp_*/*.cpp generated
|
||||||
|
|
Loading…
Reference in New Issue