All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package..editorconfig Maven / Gradle / Ivy

Go to download

Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.

There is a newer version: 1.2.1
Show newest version
root = true

[*]
indent_style = tab;
insert_final_newline = true;
quote_type = auto;
space_after_anonymous_functions = true;
space_after_control_statements = true;
spaces_around_operators = true;
trim_trailing_whitespace = true;
spaces_in_brackets = false;
end_of_line = lf;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy