Skip to content

Instantly share code, notes, and snippets.

View pablo1v's full-sized avatar
making things for everyone

Pablo Vinícius pablo1v

making things for everyone
  • Brazil
  • 10:03 (UTC -03:00)
View GitHub Profile
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles version="20">
<profile kind="CodeFormatterProfile" name="JavaConventions" version="20">
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert" />
<setting
id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations"
value="insert" />
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression"
value="do not insert" />
[wsl2]
memory=4GB
processors=4
pageReporting=false
guiApplications=false
localhostforwarding=true
[user]
name = Pablo Vinícius
email = 62220882+pablo1v@users.noreply.github.com
[core]
autocrlf = input
[init]
defaultBranch = main
module.exports = {
trailingComma: 'all',
arrowParens: 'avoid',
quoteProps: 'consistent',
singleQuote: true,
};
{
// Window
"window.restoreWindows": "none",
"window.newWindowDimensions": "default",
"window.commandCenter": false,
// Workbench
"workbench.colorTheme": "Stay On Theme",
"workbench.iconTheme": "material-icon-theme",