libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.5-17-gb006371

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Tue, 29 Aug 2023 15:09:54 +0200 (CEST)
The branch, master has been updated
       via  b006371dbde50c000cd822143310d9b605b6dfe1 (commit)
      from  2080e757c936392ae390c4accd1ae02a52b2f2d8 (commit)


- Log -----------------------------------------------------------------
commit b006371dbde50c000cd822143310d9b605b6dfe1
Author: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>
Date:   Sat Aug 5 08:32:58 2023 +0200

    Add .editorconfig for C and CMake files

-----------------------------------------------------------------------

Summary of changes:
 .editorconfig |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 .editorconfig

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..40392cd
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,16 @@
+root = true
+
+[*]
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = false
+
+[{CMakeLists.txt,*.cmake}]
+indent_style = space
+indent_size = 2
+tab_width = 2
+
+[{*.c,*.h}]
+indent_style = space
+indent_size = 4
+tab_width = 4


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.5-17-gb006371, libftdi-git <=