From 9ed7d7d8b6c97638d27368bb224f6c5cd8e1d95b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Crocquesel?=
<88554524+scrocquesel@users.noreply.github.com>
Date: Sun, 5 Mar 2023 12:51:51 +0100
Subject: [PATCH] style: provide settings for vscode
---
.vscode/settings.json | 12 ++++++++++++
contributing/eclipse-google-style.xml | 2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 .vscode/settings.json
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000000..81afad78b8
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,12 @@
+{
+ "java.format.settings.url": "contributing/eclipse-google-style.xml",
+ "java.completion.importOrder": [
+ "java",
+ "javax",
+ "org",
+ "io",
+ "com",
+ "",
+ "#",
+ ]
+}
\ No newline at end of file
diff --git a/contributing/eclipse-google-style.xml b/contributing/eclipse-google-style.xml
index 52bedc6ebd..64340b1054 100644
--- a/contributing/eclipse-google-style.xml
+++ b/contributing/eclipse-google-style.xml
@@ -241,7 +241,7 @@
-
+