- Ensure that properties have 2 new lines when node is above it. - Enures that 1 new line is required between a node and #if/#ifdef... - Enures that 2 new line are required between #endif and node. - Wraps property values that exceed 100 characters in length. Signed-off-by: Kyle Bonnici <kylebonnici@hotmail.com>
14 lines
147 B
Plaintext
14 lines
147 B
Plaintext
/*
|
|
* Copyright (c) 2024 DNDG srl
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&usart3 {
|
|
modbus0 {
|
|
status = "okay";
|
|
};
|
|
|
|
status = "okay";
|
|
};
|