Update the clang-format file with latest
The new clang-format would help us to format files with unix-style
new lines (\n).
ref : https://github.com/openbmc/docs/commit/2f52b0a3e45749c0474e5215ed6d21efeb39c443
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: Iebf6cc6eab0ccf19470ea8bb1c92f5b745014d18
diff --git a/.clang-format b/.clang-format
index abedc25..945adae 100644
--- a/.clang-format
+++ b/.clang-format
@@ -49,6 +49,7 @@
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
+DeriveLineEnding: false
DerivePointerAlignment: false
PointerAlignment: Left
DisableFormat: false
@@ -110,5 +111,7 @@
SpacesInSquareBrackets: false
Standard: Latest
TabWidth: 4
+UseCRLF: false
UseTab: Never
...
+