资讯

"Forget" about indentaition. You should still write beautiful code, but if you mess up with tabs/spaces, or copy one piece of code to another that uses a different indentation style, it won't break.
The checkbox for “Indent Settings” is set to “Use default value” for all languages, except for Python and YAML which have unchecked boxes. This is problematic because Python and YAML will indent by ...