- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for INDENT_SIZE (0.54 seconds)
-
.editorconfig
ij_groovy_wrap_long_lines = false [*.java] indent_size = 4 max_line_length = 140 ij_java_class_count_to_use_import_on_demand = 999 ij_java_names_count_to_use_import_on_demand = 999 ij_java_imports_layout = *,|,com.**,|,org.**,|,java.**,javax.**,|,$* [*.json] indent_size = 2 [*.py] indent_size = 2 [*.sh] indent_size = 2 [*.{yml,yaml}] indent_size = 2 [*.{xsd,xml}]Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 10 14:05:55 GMT 2021 - 9K bytes - Click Count (0) -
.editorconfig
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 [*.{yml,yaml}] indent_size = 2 [gradle/verification-metadata.xml] indent_size = 3Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Nov 25 07:01:54 GMT 2025 - 582 bytes - Click Count (0) -
.idea/codeStyles/Project.xml
<option name="CONTINUATION_INDENT_SIZE" value="4" /> </indentOptions> </codeStyleSettings> <codeStyleSettings language="JavaScript"> <indentOptions> <option name="INDENT_SIZE" value="2" /> <option name="CONTINUATION_INDENT_SIZE" value="2" /> <option name="TAB_SIZE" value="2" /> </indentOptions> </codeStyleSettings> <codeStyleSettings language="kotlin">
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jul 31 14:47:08 GMT 2023 - 3.4K bytes - Click Count (1) -
.editorconfig
root = true [*] indent_size = 2 ij_continuation_indent_size = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.{kt, kts}]Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Jan 08 01:13:22 GMT 2024 - 185 bytes - Click Count (0)