Browse Source

Renormalize line endings and enforce normalization for all contributors

pull/16/head
Ian McInerney 5 years ago
parent
commit
acc3217a95
  1. 5
      .gitattributes

5
.gitattributes

@ -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…
Cancel
Save