Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.miss_hit 241 B
# -*- mode:conf; -*-
# See https://florianschanda.github.io/miss_hit/style_checker.html

line_length: 100
regex_function_name: "[a-z]+(_[a-z]+)*"
regex_parameter_name: "~|([a-z]+(_[a-z]+)*)"
suppress_rule: "whitespace_comments"
tab_width: 2