• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set rules {
2    jerry_always_curly
3    jerry_braces_on_separate_line
4    jerry_braces_same_line_or_column
5    jerry_comment_function_end
6    jerry_funcname_space_parentheses
7    jerry_identifier_no_space_bracket
8    jerry_indentation
9    jerry_max_line_length
10    jerry_no_space_after_opening_parentheses
11    jerry_no_space_before_closing_parentheses
12    jerry_no_tabs
13    jerry_no_trailing_spaces
14    jerry_no_leading_or_trailing_empty_line
15    jerry_no_consecutive_empty_lines
16    jerry_pointer_declarator_space
17    jerry_switch_case
18    jerry_typecast_space_parentheses
19}
20