SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Sublime Text Settings suggestions #115

Closed deathaxe closed 7 years ago

deathaxe commented 7 years ago

Here are some more suggestions for the settings module

FichteFoll commented 7 years ago

Regarding quotation marks, I have the following guidelines:

I find this guideline to be a good balance act between arbitrarily choosing either as the default and adding semantic meaning to a string based on the quotes used.

I try to follow these for my personal use cases, but I don't necessary go around changing other people's contributed code to adhere to them, which is also why I only changed the quotation marks for strings that I edited anyway in that commit.


I'm unsure why my ST doesn't (or didn't) properly detect the indentation of the files where I inserted spaces instead of tabs. I do have detect_indentation set. Thanks for the catch, anyway.

FichteFoll commented 7 years ago

Cherry-picked all but the quotation commit.