python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How can I use Azure Data Studio's SQL formatting with DBeaver?
I really love DBeaver as a database query tool, but I don't like the default SQL formatting that is has.
I'm wondering if it's possible to point to the SQL formatting that is used by Azure Data Studio...
Frantumn
Votes: 0
Answers: 1
Android and Detekt: Aligning .idea CodeStyle with detekt
I have an Android project that i've set up with Detekt.
I'm currently using:
io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.19.0 (Root build.gradle)
io.gitlab.arturbosch.detekt:detekt-formatting:...
Phehaz
Votes: 0
Answers: 1
Reasons for tabs in standard library implementation(s?)
Not sure about other implementations, but GCC employs an (apparently?) random use of spaces and tabs.
See for example this file: you'll see that it uses tab characters for indentation, but not everywh...
Enlico
Votes: 0
Answers: 2
How to change default parentheses formatting in Visual Studio
Hi guys I'm new to C# and VisualStudio and I want to change the default formatting style from this:
void Start()
{
}
To this:
void Start() {
}
Is it possible? Anyone know how to ...
Daniele Scalco
Votes: 0
Answers: 1