https://github.com/Kitware/CMake
Revision 4977184128ee0d9c3faa30943f79d47a419cf346 authored by Brad King on 26 July 2021, 14:17:18 UTC, committed by Brad King on 26 July 2021, 14:17:18 UTC
# By KWSys Upstream
* upstream-KWSys:
  KWSys 2021-07-26 (d5fd6ca2)
2 parent s 0079f24 + 7fc3f70
Raw File
Tip revision: 4977184128ee0d9c3faa30943f79d47a419cf346 authored by Brad King on 26 July 2021, 14:17:18 UTC
Merge branch 'upstream-KWSys' into update-kwsys
Tip revision: 4977184
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top