MES手机端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

14 řádky
276 B

  1. root = true
  2. [*]
  3. indent_style = tab;
  4. insert_final_newline = true;
  5. quote_type = auto;
  6. space_after_anonymous_functions = true;
  7. space_after_control_statements = true;
  8. spaces_around_operators = true;
  9. trim_trailing_whitespace = true;
  10. spaces_in_brackets = false;
  11. end_of_line = lf;