Annotation of wikisrc/projects/project/clang-format.mdwn, revision 1.1
1.1 ! kamil 1: [[!template id=project
! 2:
! 3: title="Add KNF (NetBSD style) clang-format configuration"
! 4:
! 5: contact="""
! 6: [tech-toolchain](mailto:tech-toolchain@NetBSD.org)
! 7: """
! 8:
! 9: mentors="""
! 10: [Kamil Rytarowski](mailto:kamil@NetBSD.org)
! 11: """
! 12:
! 13: category="analyzers"
! 14: difficulty="medium"
! 15: duration="3 months"
! 16:
! 17: description="""
! 18:
! 19: clang-format is a tool to format source code according to a set of rules and heuristics.
! 20: Like most tools, it is not perfect nor covers every single case, but it is good enough to be helpful.
! 21:
! 22: clang-format can be used for several purposes:
! 23:
! 24: * Quickly reformat a block of code to the NetBSD (KNF) style.
! 25: * Spot style mistakes, typos and possible improvements in files.
! 26: * Help to follow the coding style rules.
! 27:
! 28: Milestones:
! 29:
! 30: * Create configuration file .clang-format that approximate the NetBSD coding style
! 31: * Patch LibFormat to handle missing coding style rules.
! 32: * Integrate .clang-format with the NetBSD distribution.
! 33:
! 34: """
! 35: ]]
! 36:
! 37: [[!tag gsoc]]
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb