You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will clearly show the issue / need for enhancement?
Use dart-tools package for atom
On package settings change space tab to something different of 2
Type some code
save the file (Ctrl + S)
What is the current output?
When formatting, dartanalyzer forces things like tab length to 2 and removes spaces on parenthesis and curly braces.
What would you like to see instead?
Since Dart Editor is going to dissapear, It'd be nice if dartanalyzer respect user preferences, maybe as flags or config files (maybe a analyzer.json?), when formatting code.
What version of the product are you using? On what operating system?
I'm using dart-sdk 1.10.0 on Windows 7.
Please provide any additional information below.
I opened a bug on dart-tools project which brings dart tools to atom users as an option to Java IDEs (radicaled/dart-tools#29).
Thanks in advance
The text was updated successfully, but these errors were encountered:
This issue was originally filed by hurtado.ferna...@gmail.com
What steps will clearly show the issue / need for enhancement?
What is the current output?
When formatting, dartanalyzer forces things like tab length to 2 and removes spaces on parenthesis and curly braces.
What would you like to see instead?
Since Dart Editor is going to dissapear, It'd be nice if dartanalyzer respect user preferences, maybe as flags or config files (maybe a analyzer.json?), when formatting code.
What version of the product are you using? On what operating system?
I'm using dart-sdk 1.10.0 on Windows 7.
Please provide any additional information below.
I opened a bug on dart-tools project which brings dart tools to atom users as an option to Java IDEs (radicaled/dart-tools#29).
Thanks in advance
The text was updated successfully, but these errors were encountered: