Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for end_of_line (0.05 seconds)

  1. .editorconfig

    ij_groovy_blank_lines_before_package = 0
    ij_groovy_block_brace_style = end_of_line
    ij_groovy_block_comment_at_first_column = true
    ij_groovy_call_parameters_new_line_after_left_paren = true
    ij_groovy_call_parameters_right_paren_on_new_line = true
    ij_groovy_call_parameters_wrap = on_every_item
    ij_groovy_catch_on_new_line = false
    ij_groovy_class_annotation_wrap = split_into_lines
    ij_groovy_class_brace_style = end_of_line
    ij_groovy_do_while_brace_force = always
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Aug 10 14:05:55 GMT 2021
    - 9K bytes
    - Click Count (0)
  2. .editorconfig

    # EditorConfig helps developers define and maintain consistent
    # coding styles between different editors and IDEs
    # editorconfig.org
    
    root = true
    
    [*]
    
    indent_style = space
    indent_size = 4
    
    end_of_line = lf
    charset = utf-8
    trim_trailing_whitespace = true
    insert_final_newline = true
    
    spelling_languages = en-US
    
    # Markdown files sometimes need trailing whitespaces.
    [*.md]
    trim_trailing_whitespace = false
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Nov 25 07:01:54 GMT 2025
    - 582 bytes
    - Click Count (0)
Back to Top