Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update D snippets to match "the D Style" #218

Merged
merged 3 commits into from
Mar 1, 2016
Merged

Update D snippets to match "the D Style" #218

merged 3 commits into from
Mar 1, 2016

Conversation

vladdeSV
Copy link
Contributor

  • Updated Dlang snippets to match the D Style
    • { starts on a new line
  • Removed outdated snippets, added new
    • Outdated loggers

@FichteFoll
Copy link
Collaborator

Snippets should always use tabs as indentation (if indentation is mean to be used as "levels" of indentation). Tabs are converted to spaces on insertion according to the view settings, but not vice versa.

@vladdeSV
Copy link
Contributor Author

Reverted spaces to tabs

@wbond
Copy link
Member

wbond commented Feb 29, 2016

Are there modern replacements for the log, out and error snippets removed?

@vladdeSV
Copy link
Contributor Author

Added logging functions per reference http://dlang.org/phobos/std_experimental_logger.html

@wbond
Copy link
Member

wbond commented Mar 1, 2016

Awesome, thanks for your contribution!

wbond added a commit that referenced this pull request Mar 1, 2016
Update D snippets to match "the D Style"
@wbond wbond merged commit 1e968ab into sublimehq:master Mar 1, 2016
@vladdeSV
Copy link
Contributor Author

vladdeSV commented Mar 2, 2016

😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants