Skip to main content
Module

x/outdent/.editorconfig

Remove indentation from ES6 template strings
Latest
File
# top-most EditorConfig fileroot = true
[*]end_of_line = lfinsert_final_newline = trueindent_style = spaceindent_size = 2charset = utf-8# Some test cases rely on the presence or absence of trailing whitespace. Editors shouldn't mess with ittrim_trailing_whitespace = false