# ========================= # # Editor Configuration File # # ========================= # # Top level .editorconfig # ========================= root = true # Defaults # ========================= [*] charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = space indent_size = 2 indent = 2 # Python # ========================= [*.py] indent_style = space indent_size = 4 indent = 4 line_length = 120 known_future_library = future,pies known_standard_library = std,std2 known_third_party = django multi_line_output = 5 length_sort = True balanced_wrapping = True forced_separate = django.contrib,django.utils default_section = FIRSTPARTY # JavaScript # ========================= [*.js] indent_size = 2 # JSON # ========================= [*.json] indent_style = space indent_size = 2